By restoring Diamant command parameters names, this inversion control method handles the request to prebuild the command result.

Name Description
OnPrebuildResult(OracleCommand, OracleDataReader) By restoring Diamant command parameters names, this inversion control method handles the request to prebuild the command result.
OnPrebuildResult(TDataCommand, TDataReader) Handles the request to prebuild the program result, potentially by altering the command output parameter naming convention or performing any other prebuild action.

This method is always called after OnPostconfigureCommand(TDataCommand). (inherited from DiamantDataContextProgramDao<TProgramResult, TDataContext, TDataCommand, TDataReader>).